/* Définition des polices personnalisées */

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* CSS Document */

/*** set the width and height to match your images **/
#slideshow {
    position:relative;
    height:0px;
	width:0;
}

#slideshow IMG {
	position:absolute;
	top:35px;
	left:0px;
	z-index:8;
	opacity:0.0;
	width: 1050px;
	height:300px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.banniere{ background-color:#FFFFFF; width:950px; margin-left:50px; height:100px}
h1 { font: bold 40px/30px Helvetica, Arial, Sans-serif; text-align: center; color: #FFFFFF; text-shadow: 0px 2px 6px #333; margin-top:-25px }
h3 { font: bold 25px/15px Helvetica, Arial, Sans-serif; text-align: inherit; color: #000000; text-shadow: 0px 2px 4px #333;margin-top:5px  }
.ecart{ height:30px}
.nav{ float:left; margin-top:-15px}

/*menu*/
.menu{border:0px solid  #000000;}
#menu ul{ margin:0; padding:0; line-height:30px;}
#menu li{ list-style: none; float:left; position:relative; background:#CCCCCC}
#menu ul li a{ color:#000; text-decoration:none; width:129.25px; height:28px; display:block; text-align:center; border: 1px solid #000 }
#menu ul ul{ position:absolute; top:30px; visibility:hidden}
#menu ul li:hover ul{ visibility:visible}
#menu li:hover { background-color:#FFF168}
#menu ul li ul a:hover {background-color: #FFf168}
#menu ul ul li{top:0px; }

/*corps*/